home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / ncurses-5.3 / ncurses / fallback.c < prev    next >
Encoding:
C/C++ Source or Header  |  2002-10-27  |  259 b   |  13 lines

  1. /*
  2.  * DO NOT EDIT THIS FILE BY HAND!  It is generated by MKfallback.sh.
  3.  */
  4.  
  5. #include <curses.priv.h>
  6. #include <term.h>
  7.  
  8. NCURSES_EXPORT(const TERMTYPE *) _nc_fallback (const char *name GCC_UNUSED)
  9. {
  10.     /* the fallback list is empty */
  11.     return((TERMTYPE *)0);
  12. }
  13.